home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineButton2_1091 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2004-09-30  |  1.1 KB  |  22 lines

  1. on(release){
  2.    if(_root.s.control)
  3.    {
  4.       if(_root.prevlek and _root.pribeh)
  5.       {
  6.          _root.s.gotoAndStop("s3_23");
  7.       }
  8.       else if(_root.prevlek and !_root.pribeh)
  9.       {
  10.          _root.s.Speak(_root.s.hero,"Lo{invalid_utf8=239} je{invalid_utf8=154}t{invalid_utf8=236} neodl{invalid_utf8=237}t{invalid_utf8=225}, tak pro{invalid_utf8=232} bych se strojil","F","Why should I dress?");
  11.       }
  12.       else if(eval(_root.s.Hero.hero) != undefined)
  13.       {
  14.          _root.s.Speak(_root.s.hero.hero,"Nemysl{invalid_utf8=237}m, {invalid_utf8=158}e je vhodn{invalid_utf8=225} doba na p{invalid_utf8=248}evl{invalid_utf8=233}k{invalid_utf8=225}n{invalid_utf8=237}","F","I don\'t think that it\'s the right time for this");
  15.       }
  16.       else if(eval(_root.s.Hero) != undefined)
  17.       {
  18.          _root.s.Speak(_root.s.hero,"Nemysl{invalid_utf8=237}m, {invalid_utf8=158}e je vhodn{invalid_utf8=225} doba na p{invalid_utf8=248}evl{invalid_utf8=233}k{invalid_utf8=225}n{invalid_utf8=237}","F","I don\'t think that it\'s the right time for this");
  19.       }
  20.    }
  21. }
  22.